home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / macscan_installer.dmg / MacScan Installer.pkg / Contents / Resources / postflight < prev    next >
Encoding:
Text File  |  2005-12-09  |  82 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. # Open the installation location folder
  4.  
  5. open "$2/MacScan 2.0"
  6.  
  7. exit 0
  8.